/*Created by lk on 2020/07/29.*/

/*----banner----*/
.banner{width: 100%; height: 860px; padding-top: 80px; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .swiper-slide-active .img{animation: zoom 8s linear; -webkit-animation: zoom 8s linear; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

.banner .video-js{width: 100%; height: 100%}

.banner .swiper-slide video{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; object-fit:cover;}


@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

.banner .txt{position: absolute; top: 30%; right: 20%;}
.banner .txt img{float: none; display: block}


/*----content----*/
.content{position: relative; z-index: 3}

.title{margin-bottom: 20px;}
.title h1{font-size: 26px; color: #333; font-weight: bold;}
.title h1 i{font-size: 12px; color: #999; font-style: normal; padding-left: 10px; vertical-align: bottom; font-weight: normal; font-family: 'novecentowide-book'}

.a_link{width: 110px; text-align: center; padding: 10px; margin-top: 40px; border: 1px solid #999; position: relative; overflow: hidden; font-family: 'novecentowide-book' }
.a_link:before{content: ""; display: block; width: 0; height: 100%; background: #d7000f; position: absolute; top: 0; left: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.a_link i{font-size: 13px; color: #999; font-style: normal; position: relative; z-index: 2; transition: all ease .3s; -webkit-transition: all ease .3s; font-family: 'novecentowide-book' }
.a_link:hover:before{width: 100%}
.a_link:hover i{color: #fff;}


/*----list01----*/
.list01{position: relative; padding: 60px 0 50px 0; background: url("../image/img07.png") no-repeat bottom; overflow: hidden}
.list01 .list01_con{position: relative}

.list01 .list01_left{width: 50%; margin-right: 5%; padding: 20px 0 0 0;}
.list01 .list01_left .data .li{width: 33.3333%; float: left; margin: 40px 0; position: relative;}
.list01 .list01_left .data .li span{height: 60px; font-size: 52px; color: #de171c; font-weight: bold; font-family: 'Montserrat-Light'}
.list01 .list01_left .data .li i{font-size: 13px; font-style: normal; color: #de171c; vertical-align: bottom; line-height: 32px; padding-left: 6px}
.list01 .list01_left .data .li p{font-size: 15px; color: #666; font-weight: bold; line-height: 26px}
.list01 .list01_left p{font-size: 14px; color: #333; line-height: 28px;}

.list01 .list01_right{width: 45%; line-height: 0; margin-top: 3px; padding: 10px; position: relative}
.list01 .list01_right .list01_video{width: 100%; height: 100%; outline: none}


/*----list02----*/
.list02{padding: 60px 0; overflow: hidden; background: #fff; position: relative; z-index: 9}
.list02 .list02_left{width: 45%; margin-right: 5%}
.list02 .list02_left .title img{float: none;}
.list02 .list02_left .news_one{margin-top: 40px}
.list02 .list02_left .news_one .img{width: 100%; height: 320px; overflow: hidden}
.list02 .list02_left .news_one .img img{width: 100%; transition: all ease .5s; -webkit-transition: all ease .5s}
.list02 .list02_left .news_one .txt{padding-top: 16px}
.list02 .list02_left .news_one .txt h3{font-size: 15px; color: #282828; margin-bottom: 6px}
.list02 .list02_left .news_one .txt p{font-size: 13px; color: #666; line-height: 20px}
.list02 .list02_left .news_one:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list02 .list02_left .news_one:hover .txt h3{color: #de171c}


.list02 .list02_list{width: 50%; margin-top: 20px}
.list02 .list02_list .list{list-style: none}
.list02 .list02_list .list li{position: relative; float: left; font-size: 15px; font-weight: bold; padding: 10px 0 30px 0; margin-right: 30px; color: #333; cursor: pointer}
.list02 .list02_list .list li span{position: absolute; top: 0; left: 0; width: 0; height: 4px; background: #de171c; transition: all ease .3s; -webkit-transition: all ease .3s}
.list02 .list02_list .list li:hover span{width: 100%}
.list02 .list02_list .list .in span{width: 100%}


.list02 .list02_list{width: 50%;}
.list02 .list02_news_li{}
.list02 .list02_news_li .list02_news_li_1{display: none; margin-left: 60px; opacity: 0; animation: left 1s forwards; -webkit-animation: left 1s forwards}
.list02 .list02_news_li .list02_news_li_1.active{display: block; margin-left: 0; opacity: 1}
.list02 .list02_news_li .list02_news_li_1 .news_li{margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px dashed #dedede}
.list02 .list02_news_li .list02_news_li_1 .news_li .data{font-size: 24px; color: #de171c; font-weight: bold; margin-bottom: 4px; font-family: 'Montserrat-Light'}
.list02 .list02_news_li .list02_news_li_1 .news_li h3{font-size: 17px; color: #282828; margin-bottom: 8px; position: relative; transition: all .4s; -webkit-transition: all .4s}
.list02 .list02_news_li .list02_news_li_1 .news_li h3:before{content: ""; display: block; width: 0; height: 2px; position: absolute; top: 50%; left: 0; background: #666; transition: all .4s; -webkit-transition: all .4s}
.list02 .list02_news_li .list02_news_li_1 .news_li p{font-size: 13px; color: #999; line-height: 22px;}
.list02 .list02_news_li .list02_news_li_1 .news_li:hover h3:before{width: 20px}
.list02 .list02_news_li .list02_news_li_1 .news_li:hover h3{padding-left: 26px; color: #de171c}

@keyframes left {
    0%{margin-left: 60px; opacity: 0}
    100%{margin-left: 0; opacity: 1}
}
@-webkit-keyframes left {
    0%{margin-left: 60px; opacity: 0}
    100%{margin-left: 0; opacity: 1}
}


/*----list03----*/
.list03{position: relative; background: #f0f0f0; padding: 50px 0;}

.list03 .list03_left{width: 33%; margin-right: 1%}
.list03 .list03_left .list03_con{position: relative; border: 1px solid #dedede; background: #fff; padding: 30px 20px 25px 20px;}
.list03 .list03_left .list03_con:before{content: ""; display: block; width: 100%; height: 3px; background: #de171c; position: absolute; top: 0; left: 0;}
.list03 .list03_left .list03_con .img{width: 100%; margin-bottom: 20px; overflow: hidden}
.list03 .list03_left .list03_con .img img{width: 100%;}
.list03 .list03_left .list03_con .list{}
.list03 .list03_left .list03_con .list li{margin-bottom: 8px; padding-bottom: 8px;}
.list03 .list03_left .list03_con .list li h1{font-size: 13px; color: #666; float: left; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_left .list03_con .list li span{font-size: 13px; color: #666; float: right}

.list03 .list03_right{width: 32%; margin-top: 56px;}
.list03 .list03_right .list{}
.list03 .list03_right .list li{width: 50%; float: left; padding: 40px 0; background: #e8e8e8; box-sizing: border-box}
.list03 .list03_right .list li:nth-child(1){background: #de171c}
.list03 .list03_right .list li:nth-child(4){background: #de171c}
.list03 .list03_right .list li .ico{width: 80px; height: 80px; margin: 0 auto 6px auto; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_right .list li .ico img{float: none; display: block;}
.list03 .list03_right .list li p{font-size: 16px; color: #333; text-align: center}
.list03 .list03_right .list li:nth-child(1) p{color: #fff;}
.list03 .list03_right .list li:nth-child(4) p{color: #fff;}

.list03 .list03_left .list03_con .list li:hover h1{color: #de171c}
.list03 .list03_right .list li:hover .ico{transform: rotateY(360deg); -webkit-transform: rotateY(360deg)}

/*----list04----*/
.list04{position: relative; padding: 50px 0; background: #f0f0f0}
.list04 .list04_con{}
.list04 .list04_con .li{padding: 0 8px; overflow: hidden; cursor: pointer}
.list04 .list04_con .li .img{width: 100%; overflow: hidden}
.list04 .list04_con .li .img img{display: block; float: none; width: 100%; transition: all ease .5s; -webkit-transition: all ease .5s}
.list04 .list04_con .li p{font-size: 12px; color: #282828; padding: 8px 4px;}
.list04 .list04_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----list05----*/
.list05{position: relative; padding: 50px 0;}
.list05 .list{margin-right: -2%;}
.list05 .list li{width: 18%; float: left; margin-right: 2%;}
.list05 .list li .ico{width: 80px; height: 80px; margin: 0 auto 10px auto; transition: all ease .5s; -webkit-transition: all ease .5s}
.list05 .list li .ico img{width: 100%; float: none; display: block;}
.list05 .list li p{font-size: 16px; color: #282828; text-align: center}
.list05 .list li:hover .ico{transform: rotateY(360deg); -webkit-transform: rotateY(360deg)}


/*----list06----*/
.list06{padding: 50px 0 0 0;}
.list06 .list06_con{width: 100%;}
.list06 .list06_con .list{margin-right: -1%;}
.list06 .list06_con .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 12px;}
.list06 .list06_con .list li .img{width: 100%; height: 140px; overflow: hidden}
.list06 .list06_con .list li .img img{width: 100%; transition: all ease .5s; -webkit-transition: all ease .5s}
.list06 .list06_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----list07----*/
.list07{padding: 50px 0;}

.list07 .list07_left{width: 33%; margin-right: 1%; height: 380px; border-top: none; overflow: hidden}
.list07 .list07_left h6{background: #de171c; font-size: 18px; color: #fff; font-weight: bold; padding: 10px 0 10px 20px; margin-bottom: 30px;}
.list07 .list07_left h6 i{font-size: 13px; color: #fff; font-style: normal; padding-left: 10px; vertical-align: bottom; font-weight: normal; font-family: 'novecentowide-book'}
.list07 .list07_left h6 a{color: #fff;}
.list07 .list07_left .list07_con{padding: 20px; border-top: 3px solid #de171c; background: #f4f4f4}
.list07 .list07_left .list07_con .img{width: 100%; margin-bottom: 20px;}
.list07 .list07_left .list07_con .img img{width: 100%; float: none; display: block; }
.list07 .list07_left .list07_con .list{list-style: none; }
.list07 .list07_left .list07_con .list li{margin-bottom: 6px; padding-bottom: 6px;}
.list07 .list07_left .list07_con .list li h1{font-size: 13px; color: #666; float: left; transition: all ease .4s; -webkit-transition: all ease .4s}
.list07 .list07_left .list07_con .list li span{font-size: 13px; color: #666; float: right}
.list07 .list07_left .list07_con .list li:hover h1{color: #de171c}

.list07 .list07_right{width: 32%; height: 380px; overflow: hidden}
.list07 .list07_right h6{background: #de171c; font-size: 18px; color: #fff; font-weight: bold; padding: 10px 0 10px 20px; margin-bottom: 5px;}
.list07 .list07_right h6 i{font-size: 13px; color: #fff; font-style: normal; padding-left: 10px; vertical-align: bottom; font-weight: normal; font-family: 'novecentowide-book'}
.list07 .list07_right h6 a{color: #fff;}
.list07 .list07_right .list{margin-right: -2%;}
.list07 .list07_right .list li{width: 48%; float: left; margin-right: 2%; margin-bottom: 12px;}
.list07 .list07_right .list li img{width: 100%; }



